*,*::before,*::after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0;font-family:'Inter',sans-serif;color:#f0f2f5;background:linear-gradient(135deg,#1a1d24 0,#2a2d34 100%);overflow:hidden}body{display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem}.container{max-width:600px;animation:fadeIn 1s ease-out}.logo{width:100px;max-width:25vw;height:auto;margin-bottom:1.5rem}h1{font-size:clamp(2rem,5vw+1rem,3.5rem);font-weight:700;margin:0 0 1rem 0;line-height:1.2}p{font-size:clamp(1rem,2vw+0.5rem,1.25rem);font-weight:400;margin:0 0 2rem 0;line-height:1.5;opacity:.9}.cta-button{display:inline-block;font-family:'Inter',sans-serif;font-size:1.1rem;font-weight:700;color:#1a1d24;background-color:#f4c750;padding:.8rem 2rem;border-radius:50px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px rgba(0,0,0,0.2)}.cta-button:hover,.cta-button:focus{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,0.25);outline:2px solid #fff;outline-offset:2px}.cookie-banner{position:fixed;bottom:0;left:0;width:100%;background-color:#3a3d44;padding:1rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;transform:translateY(100%);transition:transform .5s ease-in-out;z-index:100}.cookie-banner.show{transform:translateY(0)}.cookie-banner p{margin:0;font-size:.9rem;opacity:1}.cookie-button{font-family:'Inter',sans-serif;font-size:.9rem;font-weight:700;color:#1a1d24;background-color:#f0f2f5;border:none;padding:.5rem 1rem;border-radius:50px;cursor:pointer;transition:background-color .2s ease}.cookie-button:hover,.cookie-button:focus{background-color:#fff;outline:2px solid #f4c750}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}